Articles by Falko Timme
-
Creating An NFS-Like Standalone Storage Server With GlusterFS 3.2.x On Ubuntu 12.04
Author: Falko Timme • Tags: storage, ubuntu • Comments: 0
Creating An NFS-Like Standalone Storage Server With GlusterFS 3.2.x On Ubuntu 12.04 This tutorial shows how to set up a standalone storage server on Ubuntu 12.04. Instead of NFS, I will use GlusterFS here. The client system will be able to access the storage as if it was a local filesystem. GlusterFS is a clustered file-system capable of scaling to several peta-bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. Storage bricks can be made of any commodity hardware such as x86_64 servers with SATA-II RAID and Infiniband HBA.
-
How To Set Up Apache2 With mod_fcgid And PHP5 On CentOS 6.2
Author: Falko Timme • Tags: apache, php, centos, web server • Comments: 8
How To Set Up Apache2 With mod_fcgid And PHP5 On CentOS 6.2 This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on CentOS 6.2. mod_fcgid is a compatible alternative to the older mod_fastcgi. It lets you execute PHP scripts with the permissions of their owners instead of the Apache user.
-
High-Availability Storage With GlusterFS 3.0.x On Debian Squeeze - Automatic File Replication Across Two Storage Servers
Author: Falko Timme • Tags: debian, high-availability, storage • Comments: 3
This tutorial shows how to set up a high-availability storage with two storage servers (Debian Squeeze) that use GlusterFS. Each storage server will be a mirror of the other storage server, and files will be replicated automatically across both storage servers. The client system (Debian Squeeze as well) will be able to access the storage as if it was a local filesystem. GlusterFS is a clustered file-system capable of scaling to several peta-bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. Storage bricks can be made of any commodity hardware such as x86_64 servers with SATA-II RAID and Infiniband HBA.
-
-
Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Debian Squeeze
Author: Falko Timme • Tags: ftp, debian • Comments: 2
Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Debian Squeeze This document describes how to install a PureFTPd server that uses virtual users from a MySQL database instead of real system users. This is much more performant and allows to have thousands of ftp users on a single machine. In addition to that I will show the use of quota and upload/download bandwidth limits with this setup. Passwords will be stored encrypted as MD5 strings in the database.
-
Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On Ubuntu 12.04
Author: Falko Timme • Tags: lighttpd, php, ubuntu, web server • Comments: 6
Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On Ubuntu 12.04 Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on an Ubuntu 12.04 server with PHP5 support (through PHP-FPM) and MySQL support. PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites. I use PHP-FPM in this tutorial instead of Lighttpd's spawn-fcgi.
-
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support (LEMP) On Ubuntu 12.04 LTS
Author: Falko Timme • Tags: nginx, ubuntu, web server • Comments: 16
Nginx (pronounced "engine x") is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows how you can install Nginx on an Ubuntu 12.04 LTS server with PHP5 support (through PHP-FPM) and MySQL support (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP).
-
The Perfect Desktop - Ubuntu Studio 12.04
Author: Falko Timme • Tags: desktop, ubuntu • Comments: 8
This tutorial shows how you can set up an Ubuntu Studio 12.04 desktop that is a full-fledged replacement for a Windows desktop, i.e. that has all the software that people need to do the things they do on their Windows desktops. The advantages are clear: you get a secure system without DRM restrictions that works even on old hardware, and the best thing is: all software comes free of charge. Please note that Ubuntu Studio 12.04 uses Xfce as the default desktop environment.
-
Running OXID eShop Community Edition (Version 4.5.9) On Nginx (LEMP) on Debian Squeeze/Ubuntu 11.10
Author: Falko Timme • Tags: debian, nginx, ubuntu, web server • Comments: 5
Running OXID eShop Community Edition (Version 4.5.9) On Nginx (LEMP) on Debian Squeeze/Ubuntu 11.10 This tutorial shows how you can install and run OXID eShop Community Edition (version 4.5.9) on a Debian Squeeze or Ubuntu 11.10 system that has nginx installed instead of Apache (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP). OXID eShop is a feature-rich ecommerce platform; I will use the Community Edition here which is licensed under an open source certified license (GPL v3.0). nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files.
-
Creating An NFS-Like Standalone Storage Server With GlusterFS 3.0.x On Debian Squeeze
Author: Falko Timme • Tags: debian, storage • Comments: 1
This tutorial shows how to set up a standalone storage server on Debian Squeeze. Instead of NFS, I will use GlusterFS here. The client system will be able to access the storage as if it was a local filesystem. GlusterFS is a clustered file-system capable of scaling to several peta-bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. Storage bricks can be made of any commodity hardware such as x86_64 servers with SATA-II RAID and Infiniband HBA.
-
Installing Apache2 With PHP5 And MySQL Support On Ubuntu 12.04 LTS (LAMP)
Author: Falko Timme • Tags: apache, mysql, php, ubuntu, web server • Comments: 52
Installing Apache2 With PHP5 And MySQL Support On Ubuntu 12.04 LTS (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an Ubuntu 12.04 LTS server with PHP5 support (mod_php) and MySQL support.